home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 February / Designer's Club 1998 February.iso / mac / Idea Source / MAIN.DIR / 00031_interface.ls < prev    next >
Encoding:
Text File  |  1997-12-22  |  119 b   |  8 lines

  1. on mouseDown
  2.   puppetSound(1, "neon")
  3.   repeat while soundBusy(1)
  4.     go(the frame)
  5.   end repeat
  6.   go("interface")
  7. end
  8.